Cookie's Bustle Patcher - Version 1.2

Changelog
1.2
 - Fixed an issue with subtitles not showing in cutscenes
 - Removed quotation marks from the subtitles file to fix corrupted save files
1.1
 - Optimized text rendering
 - Added ablility to create channels.txt file containing unused sprite channels by the game
1.0
 - Initial release

1. Information
Patcher created by Urocu
Translation made by the Cookie's Bustle community
The project is available at https://cookies-bustle.net/
Issues can be reported at Cookie's Bustle discord server (https://discord.gg/FqAJYybth8)

2. Installation
Move all files from this folder into the game directory and start the game using Cookie_Windowed.exe or Cookie_Fullscreen.exe
The patcher doesn't replace anything so there is no need for backup.

3. New Controls
0 - choose a new translation file
1 - creates a channels.txt file containing sprite channels not used since running the game 
Shift - skip cutscenes

4. Modifying
All files can be open using Macromedia Director 7.

cookie.dir - has all logic to make the game running. Can be used to create a new exe;
patcher.cst - is used to attach translation into the game;
translation.cst - contains subtitles logic;

5. How it works
cookie.dir - replaces the original cookie.dxr and fixes bugs for higher resolutions.
patcher.cst - attaches translation.cst to dna_m.dir. This way, the subtitles work across the whole game
translation.cst - Loads config, translation file and displays subtitles at the right time

If you want to see the code get more details, simply open one of the files in the Director 7 editor.

6. File formats
config.txt:
 - first line - translation location path
 - second line - check if it's the first time loading the patch

translation.txt
 - FONT - font related info
 - first line - font name, it can be any that's installed in the system
 - second line - font size
 - third line - font color in rgb
 - fourth line - outline size

 - GAME - subtitles related to game
 - first line - number of subtitles [n]
 - n times - audio name, text

 - MOVIE - subtitles related to cutscenes
 - first line - number of subtitles [n]
 - n times - cutscene name, number of subtitles [m]
 - m times - text, timing

7. Things used
 - Director 7 demystified : the official guide to Macromedia Director, Lingo. and Shockwave - for learning everyting related to director 7 and lingo
 - Macromedia Director 7 - for editing files and creating an exe